home *** CD-ROM | disk | FTP | other *** search
/ Space & Astronomy / Space and Astronomy (October 1993).iso / pc / programs / mac / staratls.sit / STAR ATLAS V0.06B1 / Readme (TEXT) next >
Text File  |  1990-10-30  |  3KB  |  69 lines

  1. Star Atlas v-0.06b1
  2. Written by Youhei Morita using THINK C 4.0.
  3.  
  4.      This program draws a map of a region of the sky.  Unlike the preceding
  5. application StarChart (*), it conforms to the Apple standard menu system
  6. with reverted black menu bar.  (Otherwise you will find the white menu
  7. very disturbing...)  It runs with MultiFinder.  I confirmed it runs on MacPlus,
  8. SE, SE/30 and II with System 6.0.2 or later.
  9.  
  10.      To run this program, an accompanied data file "star.catalog" should be
  11. put in the same folder.  This data file is converted from David Palmer's
  12. "stars.cart", which he claims as public domain and contains the position,
  13. magnitude, name and color of 1573 stars.  To change the center position
  14. of the Atlas, use R.A. (Right Ascension) and Decl. (Declination) menus.
  15. You can also change the center position by clicking a portion of the Star
  16. Atlas window.  Zoom menu changes the scale of the Atlas.
  17.  
  18.      Star names can be displayed on the screen by checking "Display star
  19. names brigher than..." option in the "Preference..." dialog box.  They are
  20. shown as abbreviated composites of their Greek prefixes and the
  21. constellation names.  For example, "alpCMA" is CMA alpha (Sirius, aka
  22. Dog Star), and "betORI" is ORI beta (Rigel, Orion).
  23.  
  24.      Window size may be changed by dragging the grow icon at the lower
  25. right corner of the Atlas window although the grow icon itself is not visible.
  26. You will notice a change in the shape of  mouse cursor from cross to arrow
  27. when you are in the grow box.  You can also move the window by dragging
  28. a pixel-width white line just below the menu bar.  Clicking in the zoom box
  29. in the upper right corner of the Atlas window  will put the window back to the
  30. original position.
  31.  
  32.      Drawing a map takes time on old machines like Plus or SE (typically 30
  33. sec for poloar maps, namely Decl. = +/-90í and +/-60í, 10 sec for
  34. other maps), so please be patient!
  35.  
  36.      I wrote this program as a first practice of using Macintosh Toolbox
  37. routines.  It can be freely distributed as long as *you* don't make money
  38. out of it.  Certain portion of the copyright of this software belongs to
  39. Symantec Corp.  Future plan is to calculate and display the planets and
  40. comets at any given date and time.  Please send your comments and
  41. suggestions (no support guaranteed though) to:
  42.  
  43.      morita@jpnkekvx         (Bitnet)
  44.      morita@fnal.fnal.gov    (Internet)
  45.  
  46. Enjoy!
  47.  
  48. -----
  49. (*) StarChart is written by David Palmer and is available on Info-mac
  50.     archives.
  51. -----
  52.  
  53. Changes from version 0.05:
  54.  
  55.      - Support star name display.
  56.      - Atlas scale may now be disabled via "Preferences..." dialog box.
  57.  
  58. Changes from version 0.04:
  59.  
  60.      - Support large screen monitor.
  61.      - Support window zoom box and grow box.
  62.      - Support Decl. = +/- 60í map.
  63.      - Quick window update when switching applications on MultiFinder.
  64.      - Fixed a bug of displaying a phony star at RA=0h00m, Decl.=0í.
  65.  
  66. Changes from version 0.03:
  67.  
  68.      - Polar maps are supported.
  69.      - Changed star.catalog data format.